projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d3b71
)
Silence a compiler warning
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Feb 2015 22:01:27 +0000
(17:01 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Feb 2015 22:01:52 +0000
(17:01 -0500)
gtk/gtkimcontextsimple.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextsimple.c
b/gtk/gtkimcontextsimple.c
index d5adf33db26421d728b25f1dc47b5b843e3546e5..4b7de112ec757aedb3b16abd43f550dcb1731a4b 100644
(file)
--- a/
gtk/gtkimcontextsimple.c
+++ b/
gtk/gtkimcontextsimple.c
@@
-461,6
+461,7
@@
check_compact_table (GtkIMContextSimple *context_simple,
GTK_NOTE (MISC, g_print ("compact: %d ", *seq_index));
seq = NULL;
match = FALSE;
+ value = 0;
for (i = n_compose - 1; i < table->max_seq_len; i++)
{